From: Jonathan Lebon Date: Thu, 18 Aug 2016 14:34:50 +0000 (-0400) Subject: pull_with_options: fix remote parameter name & desc X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~48^2~16 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=e005da74efa68b257f5600c074aa13c66269311e;p=ostree.git pull_with_options: fix remote parameter name & desc Closes: #465 Approved by: cgwalters --- diff --git a/src/libostree/ostree-repo-pull.c b/src/libostree/ostree-repo-pull.c index 5fe30e08..f273c87e 100644 --- a/src/libostree/ostree-repo-pull.c +++ b/src/libostree/ostree-repo-pull.c @@ -2159,7 +2159,7 @@ repo_remote_fetch_summary (OstreeRepo *self, /** * ostree_repo_pull_with_options: * @self: Repo - * @remote_name: Name of remote + * @remote_name_or_baseurl: Name of remote or file:// url * @options: A GVariant a{sv} with an extensible set of flags. * @progress: (allow-none): Progress * @cancellable: Cancellable